home *** CD-ROM | disk | FTP | other *** search
/ Secrets of Stargate / STARGATE.iso / mac / STARGATE (5MB Macintosh) / STARGATE (5MB Macintosh).DXR / 00062.ls < prev    next >
Encoding:
Text File  |  1994-10-19  |  113 b   |  10 lines

  1. on mouseUp
  2.   if the timer < 20 then
  3.     exit
  4.   end if
  5.   spinCursor()
  6.   hiliteMe()
  7.   prevSB()
  8.   resetCursor()
  9. end
  10.